home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / email / uservg.v2 < prev    next >
Text File  |  1993-10-09  |  2KB  |  35 lines

  1. REF: USERVGA   1 Mar 1993
  2.                    Setting VGA Screen Restoration Method
  3.  
  4. If users with VGA monitors are getting improper screen restoration after
  5. "popping down" Notework, it may help to use the screen restoration built
  6. into the VGA board. The GL parameter exists to control restoration.
  7.  
  8. Setting          Meaning
  9.  
  10. GL=OFF           Enables VGA board screen save, not internal Notework code.
  11. GL=ON            Use Notework's screen restoration routine. This is the
  12.                  default.
  13.  
  14. To set the parameter on a permanent basis for an individual user, alter
  15. that user's CPARAMS.NWC file using your favorite text editor. Here are the
  16. steps:
  17. 1. Login as Supervisor.
  18. 2. Change directories to the Notework system directory, usually
  19.    \PUBLIC\NOTEWORK.
  20. 3. Issue the command NWMBOX <username> to obtain the path to the mailbox
  21.    directory for <username>. Be careful to note how many digits are in
  22.    the numeric portion of the path.
  23. 4. Use the SETNWC utility to insert (or alter) the GL= line in the
  24.    user's CPARAMS.NWC as follows:
  25.    SETNWC \MAIL\<boxnumber>\CPARAMS.NWC GL <value>
  26.    where <value> is either OFF or ON. If CPARAMS.NWC didn't exist
  27.    previously, it will be created.
  28. 5. The new value will take effect when that user unloads and reloads
  29.    Notework. (The user can issue REMOVENW followed by NW * to do this.)
  30.  
  31. To set the parameter for all users who choose not to override it, place the
  32. appropriate GL=<value> line in the SYS.NWC file in the Notework system
  33. directory. For additional information on SYS.NWC and how to modify it, see
  34. the help topic "System-Wide Parameter Files".
  35.